-Text-to-image (tti) writer
-The least significant bit writer.
-copyright 2024, David Polakovic, licensed under GPLv3
+lsb-wiriter
+Least significant bit writer.
+copyright 2024, David Polakovic, licensed under Perl Artistic License
+
ABOUT:
This script encodes message into a pictures. It utilizes very
-common approach of writing information in the least significant
+common approach of writing information in the least significanti
bits of the image pixels. You can check your message by performing
a hexdump on the image or by opening the image in a text editor.
+
HOW TO RUN:
Navigate to the directory where you downloaded the script and
then use:
LICENSE:
-https://www.gnu.org/licenses/gpl-3.0.en.html
+https://perldoc.perl.org/perlartistic
see LICENSE.txt
+
CONTACT:
email@dpolakovic.space
-Fetch my GPG here: https://dpolakovic.space/gpg.html
+Fetch my GPG here: https://dpolakovic.space/dpolakovic_pub_key.asc
+
RELEASE NOTES:
-1.0 - encodes message into the file
+1.0 - it does what it says